home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-02020.DIR / 00060.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  166 b   |  12 lines

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     go("5a")
  4.   end if
  5.   if the timer > 90 then
  6.     startTimer()
  7.     go(the frame - 1)
  8.   end if
  9.   go(the frame)
  10.   cursor()
  11. end
  12.